GUI Help > Special > changeTab

changeTab
changeTab handle gadget, int index, str newCaption

Description:
Changes the text of a tab in a tabs gadget.

Return Value:


Parameters:
gadget Handle to a tabs gadget
index Index of the tab whoose caption you wish to change. The first tab has an index of 0.
newCaption The new text for the specified tab.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)